Description | If this function is defined, it displays a Help button below the OK and Cancel buttons in the parameters dialog box. This function is called when the user clicks the Help button. |
Arguments | None. |
Returns | Nothing. |
Example | The following instance of displayHelp() opens, in a browser window, a file with instructions for using the object: |
![]() |
function displayHelp(){ dreamweaver.browseDocument('http://people.netscape.com/andreww/dreamweaver/objects.html'); } |
|
![]() |